Welcome![Sign In][Sign Up]
Location:
Search - bash shell

Search list

[OtherLinuxabcabc

Description: Linux在上个世纪就已经有了很多种图形用户界面(GUI),所以当你安装一个流行的Linux以后,上 手几乎和Windows同样轻松。不过我们还是会介绍一些shell命令并建议多使用shell。这样可以给以后阅 读编译脚本、自己建立交叉编译环境等工作带来便利。在图形用户界面打开shell 只需点击菜单中的终端 或者点击运行,输入一个shell的名称并回车,比如bash。-Linux in the last century have many graphical user interface (GUI) So when you install a popular Linux, the unfamiliar, and Windows almost equally relaxed. However, we will introduce some shell commands and recommended more use of the shell. This can give after reading the script compiler and create cross-compiler environment, facilitate the work. The graphical user interface shell opened by clicking the menu or click on the terminal operation, the importation of a shell and enter the name, such as bash.
Platform: | Size: 454299 | Author: 罗家振 | Hits:

[Other3

Description: 了解常用shell的编程特点,掌握shell程序设计的基础知识。对shell程序流程控制、shell程序运行方式、bash程序的调试方法及bash的常用内部命令又进一步的认识和理解。通过本实验,应基本掌握编写shell程序的步骤、方法和技巧
Platform: | Size: 61025 | Author: 华羿 | Hits:

[Other resourceABS_Guide_cn

Description: 《高级Bash编程指南》,一本很好的shell编程书籍
Platform: | Size: 1371888 | Author: antique008 | Hits:

[Linux-Unix20082302345

Description: 本文将较为详细地介绍 Linux 下最常用的 shell,bash。bash(Bourne Again Shell) 是 Linux 的缺省 shell,并被大多数用户所使用,在本文中你将学会:
Platform: | Size: 412714 | Author: hsj | Hits:

[Linux-UnixABS_Guide_cn

Description: 高级Bash脚本编程指南 这本使用大量的例子详细地介绍了Bash的语法,各种技巧,调试等等的技术,以循序渐进的学习方式,让你了解Bash的所有特性,在书中还有许多练习可以引导你思考,以得到更深入的知识。无论你是新手还是老手,或是使用其他语言的程序员,我能肯定你能在此书用受益。而本书除了介绍BASH的知识之外,也有许多有用的关于Linux/UNIX的知识和其他shell的介绍。
Platform: | Size: 268110 | Author: wangd | Hits:

[Shell apiLinuxBashScript

Description: Advanced Bash-Scripting Guide <<高级Bash脚本编程指南>> 一本深入学习shell脚本艺术的书籍
Platform: | Size: 268114 | Author: nina | Hits:

[Other resourceLinuxShellExamplesofthefine

Description: 本书重点讲述了当下最流行的两个LINUX SHELL——BORNE AGAIN SHELL(BASH)和TC SHELL(TESH),从它们的新特性、增加和内建的插件讲起直至具体的应用。通过对一个个实例的讲解,循序渐进地介绍了LINUX SHELL中的各个知识点,使读者逐步具备读写SHELL程序的能力。
Platform: | Size: 24242249 | Author: 林阳灿 | Hits:

[Shell apiABS_Guide_cn

Description: 这是一本介绍shell编程的书籍,《高级Bash 脚本编程》。
Platform: | Size: 1367704 | Author: qiuhui | Hits:

[Other resource11111

Description: 高级Bash 脚本编程指南,做shell的基础,而且做linux开发的开始
Platform: | Size: 1367484 | Author: greatsun | Hits:

[OtherLinuxabcabc

Description: Linux在上个世纪就已经有了很多种图形用户界面(GUI),所以当你安装一个流行的Linux以后,上 手几乎和Windows同样轻松。不过我们还是会介绍一些shell命令并建议多使用shell。这样可以给以后阅 读编译脚本、自己建立交叉编译环境等工作带来便利。在图形用户界面打开shell 只需点击菜单中的终端 或者点击运行,输入一个shell的名称并回车,比如bash。-Linux in the last century have many graphical user interface (GUI) So when you install a popular Linux, the unfamiliar, and Windows almost equally relaxed. However, we will introduce some shell commands and recommended more use of the shell. This can give after reading the script compiler and create cross-compiler environment, facilitate the work. The graphical user interface shell opened by clicking the menu or click on the terminal operation, the importation of a shell and enter the name, such as bash.
Platform: | Size: 453632 | Author: jiajia | Hits:

[Linux-UnixABS_Guide_cn

Description: 高级Bash脚本编程指南 这本使用大量的例子详细地介绍了Bash的语法,各种技巧,调试等等的技术,以循序渐进的学习方式,让你了解Bash的所有特性,在书中还有许多练习可以引导你思考,以得到更深入的知识。无论你是新手还是老手,或是使用其他语言的程序员,我能肯定你能在此书用受益。而本书除了介绍BASH的知识之外,也有许多有用的关于Linux/UNIX的知识和其他shell的介绍。-Advanced Bash Scripting Guide The use of a large number of examples of detailed description of the grammar Bash, a variety of techniques, debugging techniques, etc. in an orderly and progressive approach to learning, so that you understand all the features of Bash, in the book there are many practice can lead you to think in order to obtain more in-depth knowledge. Whether you are a novice or a veteran, or to use other language programmers, I am sure you can use to benefit from this book. And introduce this book apart from knowledge of BASH, but also has many useful on Linux/UNIX knowledge and the introduction of other shell.
Platform: | Size: 268288 | Author: wangd | Hits:

[Linux-Unixlinuxshellbash

Description: linux shell bash 编程,Linux软件的应用安装、cams应用指南-linux shell bash programming, Linux software installation, cams Application Guide
Platform: | Size: 20365312 | Author: jone | Hits:

[Linux-Unixccache-2.3.tar

Description: ccache 是一个快速的编译器缓存。当您编译一个程序的时候,它会缓存中间的结果。这样,不论什么时候您重新编译同一个程序,编译所需要得时间将被大大缩短。对于普通的编译来说,这可以提高编译速度5到10倍。 这个想法,来自 Erik Thiele 用bash写的 compilercache 。只不过,ccache用C再实现了一遍。但比前者性能高许多,也有更多的特性。 (注:Linux下运行)-ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the-E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations. The idea came from Erik Thiele wrote the original compilercache program as a bourne shell script. ccache is a re-implementation of Erik s idea in C with more features and better performance
Platform: | Size: 83968 | Author: 王军阵 | Hits:

[OtherThink_UNIX

Description: The many variants of the Unix operating system require use of a mode of thought that s significantly different from the one that s required by simpler operating systems. Think Unix introduces readers to important fundamental and intermediate Unix commands and, in the process, inculcates them in the Unix way of thinking. It s a worthy goal in a world with more Linux users than ever, and author Jon Lasser accomplishes it. He s both a capable writer and a knowledgeable user of Unix shell commands. Lasser uses bash under Red Hat Linux in most examples--which usually apply equally well to other Unix variants--and makes asides about other shells and environments, as needed.
Platform: | Size: 2246656 | Author: rishi | Hits:

[Shell apishellscripts

Description: some shell scripts to learn it s use in BASH name of scripts will help u to know it s purpose
Platform: | Size: 7168 | Author: kai | Hits:

[Otherbash_program

Description: 毫无疑问,UNIX/Linux 最重要的软件之一就是shell,目前最流行的shell 被称为Bash(Bourne Again Shell),几乎所有的Linux 和绝大部分的UNIX 都可以使用Bash。作为系统与用户之间的交互接口,shell 几乎是你在UNIX 工作平台上最亲密的朋友,因此,学好shell,是学习Linux/UNIX 的的开始,并且它 会始终伴随你的工作学习。-There is no doubt, UNIX/Linux software, is one of the most important shell, the most popular shell is called Bash (Bourne Again Shell), almost all Linux and most UNIX can use Bash. As the interaction between system and user interface, shell almost UNIX workstations in your most intimate friends, therefore, to learn shell, is to learn Linux/UNIX in the beginning, and it will always work with you to learn.
Platform: | Size: 1367040 | Author: zhangji | Hits:

[Shell apiadv_bash-guide.pdf.tar

Description: Advanced Bash− Scripting Guide An in− depth exploration of the art of shell scripting Mendel Cooper
Platform: | Size: 1386496 | Author: tara | Hits:

[OtherABS_Guide_CN_BashShell

Description: 高级bash脚本编程指南中文版,详细介绍了Unix/Linux环境下shell编程-Advanced bash scripting guide the Chinese version of detailed information on Unix/Linux environment, shell programming
Platform: | Size: 1367040 | Author: 杨光 | Hits:

[Software Engineeringpython_forUnix

Description: Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient and less painful way to handle them.-ach chapter in Python for Unix and Linux System Administration presents a particular administrative issue, such as concurrency or data backup, and presents Python solutions through hands-on examples. Once you finish this book, you’ll be able to develop your own set of command-line utilities with Python to tackle a wide range of problems. Discover how this language can help you: Read text files and extract information Run tasks concurrently using the threading and forking options Get information from one process to another using network facilities Create clickable GUIs to handle large and complex utilities Monitor large clusters of machines by interacting with SNMP programmatically Master the IPython Interactive Python shell to replace or augment Bash, Korn, or Z-Shell Integrate Cloud Computing into your infrastructure, and learn to write a Google App Engine Application Solve unique data backup challenges with customized scripts Interact with MySQL, SQLite, Oracle, Postgres,
Platform: | Size: 2638848 | Author: 欧曜玮 | Hits:

[Delphi/CppBuilderLinuxBashscriptingDaquan

Description: LinuxBash脚本编程大全 ,UNIX/Linux 最重要的软件之一就是 shell,目前最流行的 shell 被 称为 Bash(Bourne  Again  Shell),几乎所有的Linux 和绝大部分的 UNIX都可以使用 Bash。作为系统与用户之间的交互接口,shell 几乎是你在 UNIX 工作平台上最亲 密的朋友,因此,学好 shell,是学习 Linux/UNIX 的的开始,并且它会始终伴随 你的工作学习。-LinuxBash scripting Daquan
Platform: | Size: 1643520 | Author: 大迷瞪 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 »

CodeBus www.codebus.net